## loss Group N PreFentonHW sd se ci
## 1 lost Aliphatic 132 3626514 2947370.1 256535.64 507488.68
## 2 lost Aromatic 65 2645072 872024.0 108161.26 216076.96
## 3 lost Carb 15 3422310 1182362.9 305284.78 654770.73
## 4 lost CondAr 6 2540682 1150826.5 469822.93 1207718.30
## 5 lost Lignin 508 2572876 862987.6 38288.88 75224.41
## 6 lost Peptide 44 2733666 1067771.3 160972.58 324632.15
## 7 lost <NA> 1 2785079 NA NA NA
## Group N PostFentonHW sd se ci
## 1 Aliphatic 27 2264147 708843.1 136416.9 280409.0
## 2 Aromatic 4 1862450 326247.6 163123.8 519132.7
## 3 Carb 305 3986243 4004657.4 229306.0 451227.9
## 4 CondAr 30 2336034 750326.0 136990.2 280176.3
## 5 Lignin 319 2954244 2063554.7 115536.9 227313.3
## 6 Peptide 14 2808267 1122924.0 300114.1 648357.0
## 7 <NA> 1 3342184 NA NA NA
## O N PreFentonHW sd se ci
## 1 1 8 222433.3 629136.5 222433.3 525971.3
## 2 2 5 1155757.0 1068791.7 477978.2 1327080.2
## 3 3 32 1484471.2 1297922.9 229442.5 467951.1
## 4 4 33 1336863.4 1375852.7 239505.2 487856.2
## 5 5 78 2846242.4 2673838.3 302752.6 602857.4
## 6 6 143 3913420.3 2763063.4 231059.0 456759.9
## 7 7 198 4632206.4 3456275.5 245626.8 484395.5
## 8 8 240 4806741.8 3817993.0 246450.4 485492.3
## 9 9 261 4760142.5 3958577.3 245029.8 482495.5
## 10 10 281 4532046.4 4055883.3 241953.7 476279.2
## 11 11 267 3875807.2 3889843.5 238054.6 468710.9
## 12 12 236 3412065.8 3509345.4 228438.9 450049.8
## 13 13 207 2722688.8 2862200.7 198936.7 392213.0
## 14 14 179 2091538.5 1981377.1 148095.1 292248.0
## 15 15 139 1575156.5 1888015.7 160139.4 316644.2
## 16 16 106 1391290.2 2566840.1 249313.5 494342.7
## 17 17 66 836728.5 1570876.2 193361.5 386169.6
## 18 18 47 636892.6 1260423.0 183851.6 370074.1
## 19 19 37 1040438.3 2239640.1 368194.6 746733.2
## 20 20 32 1387533.3 3043406.7 538003.4 1097265.1
## 21 21 26 914060.7 1581265.1 310111.6 638686.8
## 22 22 21 512228.7 1133895.8 247436.4 516143.2
## 23 23 18 404112.2 963393.4 227074.0 479084.3
## 24 24 10 444365.2 1405206.3 444365.2 1005224.0
## 25 25 6 387573.2 949356.5 387573.2 996288.5
## 26 26 2 0.0 0.0 0.0 0.0
## 27 <NA> 0 NaN NA NA NA
## [1] "H.C" "O.C" "Adsorbed" "New"
## [1] "H.C" "O.C" "Adsorbed" "New"
## [1] "H.C" "O.C" "Adsorbed" "New"
## [1] "H.C" "O.C" "Adsorbed" "New"
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
summary(cars)
## speed dist
## Min. : 4.0 Min. : 2.00
## 1st Qu.:12.0 1st Qu.: 26.00
## Median :15.0 Median : 36.00
## Mean :15.4 Mean : 42.98
## 3rd Qu.:19.0 3rd Qu.: 56.00
## Max. :25.0 Max. :120.00
You can also embed plots, for example:
Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.